Conversation
Follows facebook/react-native#55169, due in React Native 0.85.
cortinico
approved these changes
Feb 25, 2026
leotm
added a commit
to leotm/react-native-template-new-architecture
that referenced
this pull request
Mar 11, 2026
- Bump RN deps and devDeps (@react-native: babel-preset, eslint/metro/ts configs) - add @react-native jest-preset - Bump Gradle Wrapper config from 9.0.0 to 9.3.1 - update gradlew shell script (remove CLASSPATH var), regen batch script and Java app (.jar) - Bump #1877 comments RN ver - Bump Jest snapshot test rendered RN ver - Remove gem 'nkf' workaround comment now upstream in react-native-community/template#200 - Update lockfiles (Yarn, CocoaPods) - Bump ReadMe ver - NB: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1&package=com.myapp&name=MyApp - @react-native/jest-preset missing from package.json devDependencies - Ref: react-native-community/template#208 facebook/react-native#55169 Resolve: #1913
leotm
added a commit
to leotm/template
that referenced
this pull request
Mar 11, 2026
Follows react-native-community#208 facebook/react-native#55169, due in React Native 0.85. Missing in: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1 Example: leotm/react-native-template-new-architecture#1918 [General][Fixed] - Add @react-native/jest-preset to package.json
leotm
added a commit
to leotm/react-native-template-new-architecture
that referenced
this pull request
Mar 12, 2026
- Bump RN deps and devDeps (@react-native: babel/jest presets, eslint/metro/ts configs) - Bump Gradle Wrapper config from 9.0.0 to 9.3.1 - update gradlew shell script (remove CLASSPATH var), regen batch script and Java app (.jar) - Bump #1877 RN ver comments - Bump Jest snapshot test rendered RN ver - Remove gem 'nkf' workaround comment now upstream in react-native-community/template#200 - Update lockfiles (Yarn, CocoaPods) - Bump ReadMe ver - NB: react-native-community.github.io/upgrade-helper/?from=0.84.1&to=0.85.0-rc.1&package=com.myapp&name=MyApp - missing @react-native/jest-preset from package.json devDependencies - fixed upstream react-native-community/template#210 and added here - Ref: react-native-community/template#208 facebook/react-native#55169 Resolve: #1913
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follows facebook/react-native#55169, due in React Native 0.85.
Changelog:
[General][Changed] - Update Jest preset to
@react-native/jest-presetTest Plan
—